home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / readline-common.postrm < prev    next >
Encoding:
Text File  |  2007-04-10  |  66 b   |  9 lines

  1. #! /bin/sh -e
  2.  
  3. case "$1" in
  4.     purge)
  5.     rm -f /etc/inputrc
  6. esac
  7.  
  8.  
  9.